Creating an iPad website

The Meridian Explorer iPad app connects to a server hosting the Explorer website. The website requires forms style authentication and Secure Sockets Layer (SSL), which is different than the authentication used for PC web browsers. Therefore, you must create a duplicate Meridian Enterprise Server website configured for and dedicated to the iPad users.

Note    

To create an iPad website:

  1. On the Meridian Enterprise Server web server, in Windows Explorer, make a complete copy the Meridian Enterprise Server website folder (by default, C:\inetpub\wwwroot\BCEnterprise) to a new folder C:\inetpub\wwwroot\BCExplorerTouch. The folder name must be BCExplorerTouch.
  2. In Internet Information Services Manager:
    1. Add a new application, specify the path to the copied folder, and select the same application pool as used by the BCEnterprise website.
    2. Disable Windows Authentication.
    3. Enable Anonymous Authentication and Forms Authentication.
    4. Bind HTTPS to the website with a valid SSL certificate. For more information, see the operating system documentation.
  3. In the root of the iPad website, rename the existing web.config file to disabled it.
  4. Rename Web.BCExplorerTouch.config to web.config. This changes the site authentication mode from Windows to Forms, which is required for the site to authenticate iPad users.
  5. In Meridian Enterprise Server Administration Console:
    1. Configure the forms authentication options as described in Enabling forms authentication.
    2. Configure the forms authentication options for the appropriate groups (we recommend a dedicated group) or users as described in Creating and editing groups or Creating and editing user accounts, respectively.
    3. Select at least one repository view for use by the iPad website as described in Creating and editing repository views.
    4. Deploy the changed view as described in Deploying the current views.
  6. On the Meridian Enterprise Server web server, restart Internet Information Services or restart the application pool used by the website. A restart will also be required after any future view configuration changes.

Related concepts

About the website

Related tasks

Configuring the application pool account

Composing view URLs

Creating links on the home page

Configuring HTTPS

Configuring viewing with SSL